Aviation API icon

Aviation API

(0 reviews)

7 Volcanic Ash Graphic (VAG)

The VAG provides graphical representation of atmospheric volcanic ash clouds that may impact flight operations. Only Wellington is creating a VAG at this time.

7.1 Issuing Centre

7.1.1 Description:

This returns the currently active Volcanic Ash Graphic issued by the selected issuing centre.

7.1.2 API Call:

GET /aviation/chart/vag/{issuecentre}

7.1.3 Path Parameter:

ParameterExampleDescription
issuecentrewellingtonA supported VAA issue centre as in the table below.

The issue centre must be lowercase.

This path parameter is Mandatory.

7.1.4 Table of Issuing Centres:

Issue CentreDescriptionICAO Code
anchorageAnchorage, United StatesPAWU
buenosairesBuenos Aires, ArgentinaSABM
darwinDarwin, AustraliaADRM
londonLondon, United KingdomEGRR
montrealMontreal, CanadaCAWO
tokyoTokyo, JapanRJTD
toulouseToulouse, FranceLFPW
washingtonWashington, United StatesKNES
wellingtonWellington, New ZealandNZKL

7.1.5 Example:

This example would return graphical data sourced from the specified issue centre regarding the presence of volcanic ash clouds that might impact flight operations.

GET /aviation/chart/vag/wellington

7.1.6 API Response:

{
    "version":"1.0",
    "issue-time":"2018-01-24T20:38:51Z",
    "path":"/chart/vag/wellington",
    "response":[

    ]
}

Reviews